object FormCopyDirectoty: TFormCopyDirectoty Left = 232 Top = 160 HelpContext = 443 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Select Directory ' ClientHeight = 375 ClientWidth = 503 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 0 Width = 503 Height = 312 Align = alTop Style = bsRaised end object Label1: TLabel Left = 14 Top = 12 Width = 249 Height = 16 Caption = 'Please select a directory to store database' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 14 Top = 284 Width = 93 Height = 16 AutoSize = False Caption = 'Folder selected:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object labFolder: TLabel Left = 116 Top = 284 Width = 373 Height = 20 AutoSize = False Caption = 'E:\delphi_zip' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object btnOK: TBitBtn Left = 159 Top = 330 Width = 75 Height = 30 Caption = '&OK' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnOKClick end object btnCancel: TBitBtn Left = 276 Top = 330 Width = 75 Height = 30 Caption = 'Can&cel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = btnCancelClick end object ShellTree1: TPTShellTree Left = 13 Top = 37 Width = 473 Height = 237 HideSelection = False Indent = 19 OnChange = ShellTree1Change Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end end